From aca04c07280475887d2fb5ee25942bcc849022ca Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 9 Feb 2005 16:26:27 +0000 Subject: [PATCH] Update hiketech capabilities to show that it now writes tracks. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1062 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/hiketech.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/hiketech.c b/gpsbabel/hiketech.c index 0e56e2459..bf09e4c09 100644 --- a/gpsbabel/hiketech.c +++ b/gpsbabel/hiketech.c @@ -1,7 +1,7 @@ /* Access Hiketech XML data files. - Copyright (C) 2004 Robert Lipe, robertlipe@usa.net + Copyright (C) 2004,2005 Robert Lipe, robertlipe@usa.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -268,7 +268,7 @@ void ht_trk_alt(const char *args, const char **unused) ff_vecs_t hiketech_vecs = { ff_type_file, - { ff_cap_read | ff_cap_write, ff_cap_read | ff_cap_none }, + { ff_cap_read | ff_cap_write, ff_cap_read | ff_cap_write }, hiketech_rd_init, hiketech_wr_init, hiketech_rd_deinit, -- 2.30.2